pkg_info -Q name search packages for name pkg_add name install package name su use instead of sudo setxkbmap cz set keyboard layout in X environment kbd us set keyboard layout in console/TTY (doesn't have cz) rcctl stop xenodm stop xserver rcctl start xenodm start xserver (but to start it with dwm use xinit) xinit dwm start dwm Connect to ethernet: ifconfig, dhclient INTERFACE. To compile st remove -lrt from config.mk. To setup dwm correctly create .xsession file (for xenodm display manager) and only put the line "dwm" in it, dwm will start after login. Default WM is CWM. Default shell is ksh. How to set prompt for ksh: in ~/.kshrc: export PS1="\033[32m\\u (\\w\033[0m: " in ~/.profile PATH=... # whatever's there export ENV=~/.kshrc export PATH HOME TERM chmod a+x ~/.kshrc ~/.profile RELOG (completely, even in TTY)